ARD2  1.00 for Rev B. Hardware
Airbag Reference Demonstrator using MPC5604P
freemaster_scope.c File Reference

FreeMASTER Oscilloscope implementation. More...

#include "freemaster.h"
#include "freemaster_private.h"
#include "freemaster_protocol.h"

Functions

void FMSTR_InitScope (void)
 Scope Initialization.
FMSTR_BPTR FMSTR_SetUpScope (FMSTR_BPTR pMessageIO)
 Handling SETUPSCOPE and SETUPSCOPE_EX command.
FMSTR_BPTR FMSTR_ReadScope (FMSTR_BPTR pMessageIO)
 Handling READSCOPE command.

Detailed Description

FreeMASTER Oscilloscope implementation.

Version:
1.0.7.0
Date:
Aug-3-2011

Function Documentation

FMSTR_BPTR FMSTR_ReadScope ( FMSTR_BPTR  pMessageIO)

Handling READSCOPE command.

Parameters:
pMessageIO- original command (in) and response buffer (out)
Returns:
As all command handlers, the return value should be the buffer pointer where the response output finished (except checksum)
FMSTR_BPTR FMSTR_SetUpScope ( FMSTR_BPTR  pMessageIO)

Handling SETUPSCOPE and SETUPSCOPE_EX command.

Parameters:
pMessageIO- original command (in) and response buffer (out)
Returns:
As all command handlers, the return value should be the buffer pointer where the response output finished (except checksum)